home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -serious- / graphics / fxforge / andrews / pinch of colour < prev    next >
Text File  |  1999-06-15  |  505b  |  31 lines

  1. Category: Andrew's Filters 8
  2. Title: Pinch Of Colour...
  3. Copyright: Freeware
  4. Author: AB
  5. Filename: PINCHCLR.8BF
  6.  
  7. R:val(6,0,10)*rad(d,m+ctl(0),0)+val(3,0,10)*c
  8.  
  9. G:val(6,0,10)*rad(d,m+ctl(1),1)+val(4,0,10)*c
  10.  
  11. B:val(6,0,10)*rad(d,m+ctl(2),2)+val(5,0,10)*c
  12.  
  13. A:a
  14.  
  15. ctl[0]: Red Pinch
  16. ctl[1]: Green Pinch
  17. ctl[2]: Blue Pinch
  18. ctl[3]: Red Source
  19. ctl[4]: Green Source
  20. ctl[5]: Blue Source
  21. ctl[6]: How Much Pinch
  22.  
  23. val[0]: 19
  24. val[1]: 38
  25. val[2]: 40
  26. val[3]: 39
  27. val[4]: 44
  28. val[5]: 73
  29. val[6]: 93
  30.  
  31.